NoteClient Object
The NoteClient object enables the management of client notes through script. Declare the object using the following code:
|
CreateObject("CxNote.NoteClient") |
Each method in this document assumes you have declared the NoteClient object using the following code:
|
Dim CxNote Set CxNote = CreateObject("CxNote.NoteClient") |
More:


